Click or drag to resize

Attachment Constructor (Stream, String)

Initializes a new instance of the Attachment class.

Namespace:  Independentsoft.Email.Mime
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Attachment(
	Stream stream,
	string name
)

Parameters

stream
Type: System.IOStream
The stream.
name
Type: SystemString
The name.
See Also